Version

AverageValue<T> Class Members

The following tables list the members exposed by AverageValue<T>.

Public Constructors
 NameDescription
Public ConstructorAverageValue<T> Constructor  
Public Properties
 NameDescription
Public PropertyItemsCountGets the count of items used for calculation.  
Public PropertyResultGets the average value calculated.  
Public PropertySumGets the sum used for calculation.  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the specified System.Object is equal to the current System.Object.  
Public MethodGetHashCodeReturns the hash code.  
Public MethodIncreaseWithIncreases the Sum value with value and ItemsCount with one.  
Public Operators
public Operator Implicit Type Conversion Overrides the default implicit convertion operator.
See Also